net/http.http2serverConn.hs (field)

12 uses

	net/http (current package)
		h2_bundle.go#L4080: 		hs:                          opts.baseConfig(),
		h2_bundle.go#L4110: 	if sc.hs.WriteTimeout != 0 {
		h2_bundle.go#L4208: 	hs               *Server
		h2_bundle.go#L4264: 	n := sc.hs.MaxHeaderBytes
		h2_bundle.go#L4349: 	if sc.hs.ConnState != nil {
		h2_bundle.go#L4350: 		sc.hs.ConnState(sc.conn, state)
		h2_bundle.go#L4361: 	if lg := sc.hs.ErrorLog; lg != nil {
		h2_bundle.go#L4540: 		sc.vlogf("http2: server connection from %v on %p", sc.conn.RemoteAddr(), sc.hs)
		h2_bundle.go#L5263: 		if http2h1ServerKeepAlivesDisabled(sc.hs) {
		h2_bundle.go#L5629: 	if sc.hs.ReadTimeout != 0 {
		h2_bundle.go#L5708: 	if sc.hs.WriteTimeout != 0 {
		h2_bundle.go#L5709: 		st.writeDeadline = time.AfterFunc(sc.hs.WriteTimeout, st.onWriteTimeout)